Fix snyk vulnerabilities#92
Open
aayushoj-s1 wants to merge 6 commits intomasterfrom
Open
Conversation
Upgrades object_store 0.6.1 -> 0.10.2 and parquet 39.0.0 -> 55.2.0 in the workspace to drop their old transitive deps: - ring 0.16.20 -> 0.17.x (object_store 0.6.1 was the last holder of the vulnerable 0.16 line; SNYK-RUST-RING-9376718) - flatbuffers 23.5.26 -> 25.12.19 (via newer arrow-ipc; SNYK-RUST-FLATBUFFERS-1912881) Test changes are limited to parquet's tests: parquet 55 replaced ColumnReader::read_batch with read_records, which has a different return tuple ((records_read, values_read, levels_read)) and writes only non-null values into the values buffer, so assert_column was rewritten to use Vec::with_capacity buffers and to compare values.as_slice() against the expected non-null values directly. The rep_levels assertion also tolerates an empty buffer when the column has no repetition, because parquet 55 no longer pre-fills zeros for max_rep_level=0 columns. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
reqwest moved its TLS stack from rustls 0.22 to rustls 0.23 between 0.12.4 and 0.12.9, so this patch-only bump removes the databend-client > reqwest > rustls-webpki@0.102.2 chain. The new rustls 0.23 line then resolves rustls-webpki@0.103.4 -> 0.103.13, which carries the GHSA-82j2-j2ch-gfr8 fix. Snyk high+ paths: 9 -> 8. trivy HIGH still shows the two rustls-webpki entries held by AWS SDK / async-nats (0.101.7) and by bollard/rumqttc/tonic 0.11 (0.102.2). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bollard 0.18 moved its TLS stack from rustls 0.22 to rustls 0.23, so this bump removes bollard from the holders of rustls-webpki@0.102.2 (GHSA-82j2-j2ch-gfr8). The vulnerability line item itself remains because rumqttc 0.24 and tonic 0.11 still pin the 0.102 line, but the bollard chain is now resolved through the patched rustls-webpki 0.103.13. bollard 0.18 split connect_with_local* / connect_with_unix* / connect_with_named_pipe* behind the new "pipe" feature and moved http defaults behind "http", so the workspace dep adds those (matching bollard's default = ["http", "pipe"]) on top of the existing "ssl" and "chrono". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…hain" This reverts commit 756442f.
This reverts commit c5818c8.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrading packages to address snyk vulnerabilities
New Snyk report: